home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / oddech / flashgame / camp / install / camprunamuck.exe / scripts / DefineButton2_205 / BUTTONCONDACTION on(press).as
Text File  |  2002-11-01  |  235b  |  13 lines

  1. on(press){
  2.    if(confirm.toLowerCase() == "794f890" || confirm.toLowerCase() == "566c228")
  3.    {
  4.       _root.spPowers = true;
  5.       play();
  6.       _root.splashStop();
  7.    }
  8.    else
  9.    {
  10.       confirm = "Invalid Code!";
  11.    }
  12. }
  13.